home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / chrome / lazarus.jar / skin / text-manager.css < prev    next >
Cascading Style Sheet File  |  2009-11-24  |  1KB  |  65 lines

  1. treechildren::-moz-tree-checkbox{
  2.   /* unchecked checkbox treecells */
  3.   list-style-image: url("chrome://lazarus/skin/checkbox-unchecked.png");
  4. }
  5. treechildren::-moz-tree-checkbox(checked){
  6.   /* checked checkbox treecells*/
  7.   list-style-image: url("chrome://lazarus/skin/checkbox-checked.png");
  8. }
  9. treechildren::-moz-tree-checkbox(lazarusdisabledcheckbox){
  10.   /* disabled checkbox treecells */
  11.   list-style-image: none;
  12. }
  13.  
  14.  
  15. /* make the form url look like a link */
  16. treechildren::-moz-tree-cell-text(lazarustextlink){
  17.     color: #00F;
  18.     text-decoration: underline;
  19.     cursor: pointer;
  20. }
  21.  
  22. treechildren::-moz-tree-row(selected) { background-color: #ffa; }
  23. treechildren::-moz-tree-row(odd) { background-color: #eef; }
  24. treechildren::-moz-tree-row(odd, selected) { background-color: #ffa; }
  25. treechildren::-moz-tree-cell-text(selected) { color: #000; }
  26. treechildren::-moz-tree-cell-text(odd, selected) { color: #000; }
  27.  
  28.  
  29.  
  30. #check {
  31.     min-width: 24px;
  32. }
  33. #created {
  34.     min-width: 10em;
  35. }
  36. #savetype {
  37.     min-width: 7em;
  38. }
  39. #autofill {
  40.     min-width: 24px;
  41. }
  42. #recoverForm {
  43.     min-width: 24px;
  44. }
  45.  
  46.  
  47. #message-box  {
  48.     color: #666;
  49.     border: 2px solid transparent;
  50.     background-color: transparent;
  51.     padding: 5px;
  52.     margin: 5px;
  53.     -moz-border-radius: 5px;    
  54.     -moz-pack: center;
  55. }
  56.  
  57. #message-box.warning {
  58.     color: #FF0000;
  59.     border: 2px solid red;    
  60.     background-color: #ffeeee;
  61. }
  62.  
  63.  
  64.  
  65.